Welcome![Sign In][Sign Up]
Location:
Search - buttons machine

Search list

[Other resourcekey_8d

Description: AVR单片机的按键显示驱动程序 基于状态机的环境-AVR buttons display drivers based state machine environment
Platform: | Size: 1941 | Author: 李冰 | Hits:

[Other resourceContorl

Description: 基于51单片机、MAX7219和DS12887的电源开关节能控制器程序。通过按键控制,用户可以预置开启关闭电源的时间,通过LED驱动芯片MAX7219驱动数码管实现人机界面。-based microcontroller, MAX7219 and the power switch DS12887 energy-saving controller program. Through the control buttons, users can turn off the power to open preset time, by the LED driver chip digital control MAX7219 drive to achieve human-machine interface.
Platform: | Size: 3438 | Author: Jeff | Hits:

[assembly languageC51CrossLight

Description: 1.设计一个交通灯控制器。 2.利用学习机上的发光二极管,设定东、南、西、北4个方向,各3个灯(红、黄、绿)。交通灯控制器正常工作时,南北方向红灯亮3秒,黄灯闪2秒,绿灯亮3秒,以此类推。东西方向绿灯亮3秒,黄灯闪2秒,红灯亮3秒,以此类推。 3.设定两个紧急按钮,一个控制南北灯,一个控制东西灯。当按下相应的紧急键时,其控制方向的交通灯亮绿灯,其他方向的交通灯亮红灯,至自控键松开,恢复正常交通控制。 -1. Design of a traffic light controller. 2. Use of learning machine on the LED and set the East, South, West, North 4 direction, the three lights (red, yellow, green). Traffic signal controller normal working hours, the north - and south-bound red light three seconds, two seconds flashing yellow light, green light-three seconds, and so on. East-west direction green three seconds, two seconds flashing yellow light, red light three seconds, and so on. 3. Set two emergency buttons, a north-south control lights, a light control things. When pressing the corresponding key emergency, its control the traffic lights green, the other direction, the traffic lights class. Key to loose control and restore normal traffic control.
Platform: | Size: 10492 | Author: wangpeng | Hits:

[ELanguagelc2

Description: this a pack include source code for quartus 2. It is an implementation of the LC2. The LC-2 computer is described in Introduction to Computing Systems from Bits & Gates to C & Beyond by Yale Patt and Sanjay Patel, McGraw Hill, 2001. The LC2 model can be run as a simulation or downloaded to the UP3 in a larger model, TOP_LC2 that adds video output. Push buttons reset and single step the processor and a video output display of registers is generated. This state machine VHDL-based model of the LC-2 includes all source files. Currently compiled for a Cyclone EP1C6Q240 FPGA.
Platform: | Size: 43004 | Author: ngzhongsyen | Hits:

[Button controlcrypt

Description: Subject: HowToStorePassWord Here s a small example, while no \"enigma machine\", yet provides a simple way of storing a password with encryption. The password is first encrypted then converted to Hex. The reverse process will first convert to ascii then decrypt. The form has 2 Command buttons, one is Crypt, the other is DeCrypt.
Platform: | Size: 1266 | Author: ling | Hits:

[SCMkey_8d

Description: AVR单片机的按键显示驱动程序 基于状态机的环境-AVR buttons display drivers based state machine environment
Platform: | Size: 2048 | Author: 李冰 | Hits:

[SCMContorl

Description: 基于51单片机、MAX7219和DS12887的电源开关节能控制器程序。通过按键控制,用户可以预置开启关闭电源的时间,通过LED驱动芯片MAX7219驱动数码管实现人机界面。-based microcontroller, MAX7219 and the power switch DS12887 energy-saving controller program. Through the control buttons, users can turn off the power to open preset time, by the LED driver chip digital control MAX7219 drive to achieve human-machine interface.
Platform: | Size: 3072 | Author: Jeff | Hits:

[VHDL-FPGA-Verilogbahe

Description: 设计四 拔河游戏机 1、 设计一个能进行拔河游戏的电路。 2、 电路使用15个(或9个)发光二极管,开机后只有中间一个发亮,此即拔河的中心点。 3、 游戏双方各持一个按钮,迅速地、不断地按动,产生脉冲,谁按得快,亮点就向谁的方向移动,每按一次,亮点移动一次。 4、 亮点移到任一方终端二极管时,这一方就获胜,此时双方按钮均无作用,输出保持,只有复位后才使亮点恢复到中心。 5、 用数码管显示获胜者的盘数。 教学提示: 1、 按钮信号即输入的脉冲信号,每按一次按钮都应能进行有效的计数。 2、 用可逆计数器的加、减计数输入端分别接受两路脉冲信号,可逆计数器原始输出状态为0000,经译码器输出,使中间一只二极管发亮。 3、 当计数器进行加法计数时,亮点向右移;进行减法计数时,亮点向左移。 4、 由一个控制电路指示谁胜谁负,当亮点移到任一方终端时,由控制电路产生一个信号,使计数器停止计数。 5、 将双方终端二极管“点亮”信号分别接两个计数器的“使能”端,当一方取胜时,相应的计数器进行一次计数,这样得到双方取胜次数的显示。 6、 设置一个“复位”按钮,使亮点回到中心,取胜计数器也要设置一个“复位”按钮,使之能清零。 -design a tug-of-war game, can design a game of tug of war circuit. 2, circuit use 15 (or 9), light-emitting diodes, come only among a shiny, namely, the center of tug-of-war. 3, the game with a two button rapidly and continuously pressed, have a pulse, who by fast, Who bright spots on the move, every time, a bright spot in Mobile. 4, the party moved to highlight terminal diode, on the winning side, this time the two sides had no effect buttons, to maintain output, so after only bright spot reduction restored to the center. 5, digital Display won the bookkeeping. Teaching Tip : one, that the button signal input pulse signal every time the button should be able to effectively counter. 2, with reversible counter, plus or minus count input to receive two pulse signal, reversible counter to the
Platform: | Size: 292864 | Author: 万金油 | Hits:

[assembly languageC51CrossLight

Description: 1.设计一个交通灯控制器。 2.利用学习机上的发光二极管,设定东、南、西、北4个方向,各3个灯(红、黄、绿)。交通灯控制器正常工作时,南北方向红灯亮3秒,黄灯闪2秒,绿灯亮3秒,以此类推。东西方向绿灯亮3秒,黄灯闪2秒,红灯亮3秒,以此类推。 3.设定两个紧急按钮,一个控制南北灯,一个控制东西灯。当按下相应的紧急键时,其控制方向的交通灯亮绿灯,其他方向的交通灯亮红灯,至自控键松开,恢复正常交通控制。 -1. Design of a traffic light controller. 2. Use of learning machine on the LED and set the East, South, West, North 4 direction, the three lights (red, yellow, green). Traffic signal controller normal working hours, the north- and south-bound red light three seconds, two seconds flashing yellow light, green light-three seconds, and so on. East-west direction green three seconds, two seconds flashing yellow light, red light three seconds, and so on. 3. Set two emergency buttons, a north-south control lights, a light control things. When pressing the corresponding key emergency, its control the traffic lights green, the other direction, the traffic lights class. Key to loose control and restore normal traffic control.
Platform: | Size: 10240 | Author: wangpeng | Hits:

[ELanguagelc2

Description: this a pack include source code for quartus 2. It is an implementation of the LC2. The LC-2 computer is described in Introduction to Computing Systems from Bits & Gates to C & Beyond by Yale Patt and Sanjay Patel, McGraw Hill, 2001. The LC2 model can be run as a simulation or downloaded to the UP3 in a larger model, TOP_LC2 that adds video output. Push buttons reset and single step the processor and a video output display of registers is generated. This state machine VHDL-based model of the LC-2 includes all source files. Currently compiled for a Cyclone EP1C6Q240 FPGA.
Platform: | Size: 43008 | Author: ngzhongsyen | Hits:

[Button controlcrypt

Description: Subject: HowToStorePassWord Here s a small example, while no "enigma machine", yet provides a simple way of storing a password with encryption. The password is first encrypted then converted to Hex. The reverse process will first convert to ascii then decrypt. The form has 2 Command buttons, one is Crypt, the other is DeCrypt.
Platform: | Size: 1024 | Author: ling | Hits:

[ComboBoxFontView

Description: 主要是利用按钮,列表框及静态空间的知识用到一个应用程序中,FontView在列表框中显示了安装在宿主pc机上的所有字体的名字列表。当某种字体被选中后,会展窗口底部的组框中显示示例。-Mainly the use of buttons, list boxes, and static space of knowledge used in an application, FontView in the list box shows the machine installed on the host pc all the names of the list of fonts. When a certain font is selected, the Convention and Exhibition window box at the bottom of the group sample.
Platform: | Size: 39936 | Author: 程晓姣 | Hits:

[assembly languageC51-3KEY

Description: CPU:C51,三个按键:上翻、下翻、确定。用于一咖啡机控制系统界面的开发,主体界面基本完成。主体菜单8个,最深4级菜单。用于煮咖啡倒记时菜单一个。-CPU: C51, the three buttons: on the turn, the next turn, determine. For one coffee machine interface control system development, the main interface basically completed. 8 the main menu, hit menu 4.倒记时menu for a coffee.
Platform: | Size: 75776 | Author: 阿一 | Hits:

[Shop supermarket software systemVending-machine-source-code

Description: 每一件货的下面都有一个按钮,而我们看到的货,其实都是样品,而我们买到的不是这些样品,而是放在自动售货机的里面的仓库里面,当我们按动按钮时,这时与这件货相对应的仓库门就会打开了,这时,我们就会受到我们想要的货了!-Every piece of cargo below has a button, and we can see the goods, in fact, are samples, and we do not buy these samples, but on the inside the warehouse inside the vending machine when we push the buttons , the time and piece goods corresponding warehouse door opens, and this time, we would be the stock we want!
Platform: | Size: 8192 | Author: 啾啾 | Hits:

[Embeded-SCM DevelopMatlabGUI

Description: 用户界面(或接口)是指:人与机器(或程序)之间交互作用的工具和方法。如键盘、 鼠标、跟踪球、话筒都可成为与计算机交换信息的接口。 图形用户界面(Graphical User Interfaces ,GUI)则是由窗口、光标、按键、菜单、文 字说明等对象(Objects)构成的一个用户界面 -User interface (or interface) refers to: Human and machine (or process) the interaction between the tools and methods. Such as keyboard, mouse, track ball, microphone and computer can become the interface to exchange information. Graphical user interface (Graphical User Interfaces, GUI) is by the window, the cursor, buttons, menus, text and other objects (Objects) consisting of a user interface
Platform: | Size: 194560 | Author: liang | Hits:

[VHDL-FPGA-Verilogshouhuoji

Description: 某自动售货机售A,B,C3种商品,他们的价格分别为1,3,4。 售票机进接受一元硬币。售货机面板上设有投币孔和退钱建,每种商品标识处有选择按键,上有指示灯表明当前投币说是否已经足够选买该商品。 -Vending machine sales to a certain A, B, C3 commodities, their prices were 1,3,4. Into the ticket vending machines to accept dollar coins. Coin dispenser panel hole and refund has built all kinds of commodities there is choice of logo buttons, there are light shows the current coin that has been enough to buy the merchandise selection.
Platform: | Size: 3072 | Author: 王玉 | Hits:

[Other1

Description: 状态机:简单的状态变换功能,利用按键实现四个LED的轮回显示-State machine: a simple function of the state of transformation, the use of buttons to achieve the reincarnation of four LED display
Platform: | Size: 175104 | Author: 张辉 | Hits:

[Other Embeded programGraphics_Object_Layer_Demo_Chinese

Description: PIC人机界面,支持触摸屏,具有相应的按钮,滑动条和旋钮等控件。-PIC human-machine interface, support for touch-screen, with the corresponding buttons, sliders and knobs and other controls.
Platform: | Size: 16384 | Author: zhangchunshu | Hits:

[Remote Controlxenrpc_simple

Description: 这是使用 xml rpc写的控制 citrix 虚拟主机的程序,使用php+ajax 在config.inc.php 中设置好目标服务器IP,用户名密码 环境要求: php 5.1以上 php需要xmlrpc 模块,编译需要加 --with-xmlrpc ,windows环境需要xmlrpc的dll 使用方法: 放好文件后,index.php会列出服务器上已有的虚拟机,有相应的按键对应不同的功能,列出的都是虚拟 机当前能用的功能。 作者:神之黄昏 -It is written using the xml rpc control procedures citrix virtual host, using php Install: in config.inc.php to set a good target server IP, user name password environmental requirements: php 5.1 or above php needs xmlrpc module, the compiler needs--with-xmlrpc, windows environment requires the dll to use xmlrpc usage: upload files, index.php will be listed on the server has a virtual machine, there are corresponding buttons corresponding to different functions, they are listed in the current virtual machine can be used functions. Author: God of the Twilight
Platform: | Size: 3072 | Author: reficul | Hits:

[VHDL-FPGA-Verilog-slot-machine

Description: 按键分别表示1,2,3,4元商品,数码管显示10,20,30,40,选择商品后,投币时这里支持20,50也即2,5元币值,也可同时投入。最后数码管显示找零和投入币值数,且对应各种情况的灯亮-The buttons represent 1, 2, 3, 4, Product, digital display 10, 20, 30, 40, the choice of goods, coin here to support 20,50 2,5 currency can also be put into. The final digital display lights give change and investment currency, corresponding to a variety of situations
Platform: | Size: 33792 | Author: 张启翔 | Hits:
« 12 3 »

CodeBus www.codebus.net